From 8e37959473b7c781c33cf649653e042c0bbd5ac1 Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 29 Nov 2012 11:28:18 +0000 Subject: [PATCH] docs: fix persistent grants doc typo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roger Pau Monné Acked-by: Ian Campbell [ ijc -- fix additional typo s/this grants/these grants/g ] Committed-by: Ian Campbell --- xen/include/public/io/blkif.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/include/public/io/blkif.h b/xen/include/public/io/blkif.h index accdda45a1..8df5866c8f 100644 --- a/xen/include/public/io/blkif.h +++ b/xen/include/public/io/blkif.h @@ -307,7 +307,7 @@ * the grants. * (8) The frontend driver has to allow the backend driver to map all grants * with write access, even when they should be mapped read-only, since - * further requests may reuse this grants and require write permisions. + * further requests may reuse these grants and require write permissions. */ /* -- 2.30.2